-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
raising error when the surface is not completely embedded inside FFDS. #181
base: main
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## main #181 +/- ##
==========================================
- Coverage 64.61% 64.60% -0.01%
==========================================
Files 47 47
Lines 11954 11952 -2
==========================================
- Hits 7724 7722 -2
Misses 4230 4230
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Please see my comments in #179 |
@marcomangano Yes, I am planning to address them next week or so.. probably I will get it done soon |
@ArshSaja any updates on this? |
I made some changes. I will push them soon when it is finalized. |
@ArshSaja do you still intend to finish this PR? Seems this has gone stale over the past year. |
We can draft this one. It needs more work |
Purpose
DvGeo prints a warning when it cannot embed points. So that people understand not to proceed, this warning has to be strengthened. This PR will assist in identifying any such problems.
Expected time until merged
Type of change
Testing
Checklist
flake8
andblack
to make sure the Python code adheres to PEP-8 and is consistently formattedfprettify
or C/C++ code withclang-format
as applicable